<pre>
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;           Langrisser 4 Scenario Script 44
 ;; Scen name:          <enter something descriptive here>
 ;; Entries:            209
 ;; Scen.dat offset:    0x7c0800
 ;; Extracted:          Sat Oct 02 17:06:31 2010
 ;; Website:            http://elsallia.com/bbs/index.php
 ;; mail questions to kilgamesh@gmail.com
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

 ;;;;;;;;;;;;;;;;;;Basic translation guide;;;;;;;;;;;;;;;;;;;;;;

 - Read contents from >>JP: and translate them onto >>EN: line

 - To minimize headaches when reading, turn on Word Wrap.
 
 - Don't insert newlines (don't "push enter"),
   just put everything in one big "sentence" after >>EN:
   
 - If the meaning of control codes aren't clear, just copy them.

 - Don't copy <NEWL>, <NWIN>, <END> or <TERM>.
   The inserter already formats those in.

 - Don't put spaces before or after control codes. They already
   generate spaces if there isn't one.

 - The "[=====]" bar indicates how long one dialog box is
   when using a monospace font. Check it if you're writing
   something that has to fit on one line, like
   branching dialog choices.

 - Some EN: lines may come partially translated with a name or
   the <VOC><n> code. These are added automatically by
   the extractor so less meticulous copying need be done.

 - You can totally ignore the >>EX: line, unless you want to
   send directives with # to the insertion script.

   #NOFORMAT wont automatically format <NEWL>, <TERM>, <END>,
   or <NWIN> into the data

   If you're positive that a line contains a scripted name
   insertion like "Rachel:", or "Tax Collector:" you can use the
   command #AUTONL to tell the inserter about it. These names
   don't appear in the data and they cause text cutoff. This
   command tells the inserter to format normally but start on
   second line.

 - Entries with multiple <VOC> commands may need manual editing.

 - You can leave comment on the EX: line. Only # will be read
   by the inserter.

 - Don't save .txt files as unicode encoded. Save as ANSI.
 
  ;;;;;;;;;;;;;;;;;;;;Control code info;;;;;;;;;;;;;;;;;;;;;;;;;

  Automatically added:
  <TERM>	- Delineates the end of the element
  <END>		- Same as <TERM>. Used for different string type
  <NWIN>	- Wait for input and render the rest of the text
                  in the next dialog box
  <NEWL>	- Start placing contents on the next line

  Copy these:
  <RST1>	- Reset the status of the "voice played" flag?
  <UNK9>	- Unknown
  <UNK8>	- Unknown. Almost always precedes ellipsis...
  <UNK7>	- Unknown
  <UNK6>	- Unknown... almost always follows ellipsis.
  <TALK>	- Pause text until current sound is done
  <VOC><n>	- Plays voice n.  0..65535
  <EVNT><n>	- Pulls all the text from event n.  0..255
  <NAME><n>	- Pulls name n from system.bin.  0..65535

  Optional:
  <WAIT>	- Wait here for the user to press a button
  
  Might be buggy:
  <YELO>	- All following text is yellow
  <WHTE>	- All following text is white
  
  Don't use:
  <UNKE><n>	- Unknown. Delays text briefly?
                  The delay is not noticeable so...
  <STUT>	- Pulls the first letter of the player's name
                  Just write "L-Landius!!" or whatever instead

  ;;;;;;;;;;;;;;;;;;;;;;;;Examples;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


  I know for a fact that this line contains "Tax collector:" so
  I add #AUTONL.

::::[============================================]
<Entry=22> (0x11a82L)
>JP:<VOC><87>Ȃ񂾁AMlI<NEWL>Ă̂킩Ă̂H<END1>
>EN:<VOC><87>What the hell is this! Do you fools know what you're doing!?
>EX:#AUTONL


  Sometimes it's better to use #NOFORMAT to control what will
  happen in the dialogue box. Don't forget to end with either
  <END> or <TERM>, whichever the JP used.

::::[==========================================]
<Entry=12> (0x1b6aL)
>JP:<VOC><47>H<NEWL>̌͐pw쏑ƂĂB<NWIN>E<UNKE><>E<UNKE><>EB<NWIN><VOC><51>`A悭킩ȂU3<NEWL>ZǂށH<END1>
>EN:<VOC><47>Huh?<NEWL>After that there's a...<NEWL>Tactician's Battle Manual?<NWIN><VOC><51>Hmm... I don't get it.<NEWL>Do you wanna read this?<END1>
>EX:#NOFORMAT

  ;;;;;;;;;;;;;;;;;;;;;;;;;;End;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



************ script 44: 8128512 (0x7c0800) ************

#OUT44
::::[============================================]
<Entry=0> (0x7c6914L)
>>JP:fBEX<TERM>
>>EN:Landius
>>EX:



::::[============================================]
<Entry=1> (0x7c6922L)
>>JP:bL[<TERM>
>>EN:Ricky
>>EX:



::::[============================================]
<Entry=2> (0x7c692cL)
>>JP:}N[<TERM>
>>EN:McClaine
>>EX:



::::[============================================]
<Entry=3> (0x7c6938L)
>>JP:VFt@j[<TERM>
>>EN:Shelfaniel
>>EX:



::::[============================================]
<Entry=4> (0x7c694aL)
>>JP:AWFi<TERM>
>>EN:Angelina
>>EX:



::::[============================================]
<Entry=5> (0x7c6958L)
>>JP:C`F<TERM>
>>EN:Rachel
>>EX:



::::[============================================]
<Entry=6> (0x7c6964L)
>>JP:ZiR<TERM>
>>EN:Serena
>>EX:



::::[============================================]
<Entry=7> (0x7c6970L)
>>JP:tH[hR<TERM>
>>EN:Ranford
>>EX:



::::[============================================]
<Entry=8> (0x7c6982L)
>>JP:喂ptWFVJ<TERM>
>>EN:Jessica
>>EX:



::::[============================================]
<Entry=9> (0x7c6994L)
>>JP:XeB<TERM>
>>EN:Listell
>>EX:



::::[============================================]
<Entry=10> (0x7c69a0L)
>>JP:i[<TERM>
>>EN:Knarl
>>EX:



::::[============================================]
<Entry=11> (0x7c69a8L)
>>JP:AC@[<TERM>
>>EN:Ivar
>>EX:



::::[============================================]
<Entry=12> (0x7c69b4L)
>>JP:wC<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=13> (0x7c69bcL)
>>JP:Ah<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=14> (0x7c69c4L)
>>JP:T\<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=15> (0x7c69ceL)
>>JP:K[fBA<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=16> (0x7c69dcL)
>>JP:E<NAM><0>Eouɂǂ蒅<NEWL>EwČj<END>
>>EN:
>>EX:



::::[============================================]
<Entry=17> (0x7c6a0aL)
>>JP:EwCEouɂǂ蒅<NEWL>E<NAM><0>̎S<END>
>>EN:
>>EX:



::::[============================================]
<Entry=18> (0x7c6a38L)
>>JP:AjLEؓ<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=19> (0x7c6a4cL)
>>JP:́EEǂȂ񂾁H<NWIN>̓MUt|Ȃ΂Ȃ̂ɁI<NEWL>ȏŎԂĂꍇȂ񂾁I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=20> (0x7c6ac0L)
>>JP:łAZI<NEWL>͂₭oȂẮEEI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=21> (0x7c6af2L)
>>JP:EÉEofBAEEIH<NEWL>EEłEEEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=22> (0x7c6b26L)
>>JP:ǂ񂾂AWFVJH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=23> (0x7c6b46L)
>>JP:Ȃ̂łH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=24> (0x7c6b60L)
>>JP:GTA嗤ɂ́AăofBAƂ܂B<NEWL>ObT[삵ĂłB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=25> (0x7c6bd0L)
>>JP:ObT[́IH<NEWL>ꂶAP̖āEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=26> (0x7c6c06L)
>>JP:̒ʂłB<NEWL>ofBAƂ͌P̖łB<NEWL>̏邱EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=27> (0x7c6c4eL)
>>JP:ɎĂ킯Ȃ̂ȁH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=28> (0x7c6c6cL)
>>JP:͂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=29> (0x7c6c74L)
>>JP:łAؓďĂH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=30> (0x7c6c94L)
>>JP:EEEEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=31> (0x7c6ca2L)
>>JP:͂IH<NEWL>݂ȂAEEI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=32> (0x7c6cc4L)
>>JP:I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=33> (0x7c6cd0L)
>>JP:I<NEWL>u{[I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=34> (0x7c6ce8L)
>>JP:悭AwFfx}X^[I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=35> (0x7c6d0eL)
>>JP:͂ƓA<NEWL>w`xłĂ݂悤I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=36> (0x7c6d44L)
>>JP:````I<NEWL>ICA悧``U3<END>
>>EN:
>>EX:



::::[============================================]
<Entry=37> (0x7c6d70L)
>>JP:́EEwCH<NEWL>wCł͂܂񂩁I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=38> (0x7c6d9eL)
>>JP:`H<NEWL>WFVJ񂶂ȂI<NEWL>vԂ`I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=39> (0x7c6dd6L)
>>JP:vԂāAȂB<NEWL>mO[^[f[̏ɎsāAE֘ApꂽƁEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=40> (0x7c6e32L)
>>JP:I<NEWL>ICAWFVJ񂪋ĂȂAƊwŉƂ悤ƎvĂI<NWIN>炢Ȃ薂EH<NEWL>AƂʂ̖@gēo񂾂ǁA獡x͌ZM󂾂H<NWIN>ICAQI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=41> (0x7c6f10L)
>>JP:Q`I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=42> (0x7c6f24L)
>>JP:I<NEWL>񂼂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=43> (0x7c6f44L)
>>JP:邳ȂI<NEWL>AhT\قĂI<NEWL>ICAWFVJƘbĂ񂾂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=44> (0x7c6f9eL)
>>JP:EEEEEIXEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=45> (0x7c6fb2L)
>>JP:܂U2<NEWL>̐lłB<NEWL>ȑ傫Ȑlق点Ă܂܂U2<END>
>>EN:
>>EX:



::::[============================================]
<Entry=46> (0x7c6ffaL)
>>JP:VFt@j[PI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=47> (0x7c7010L)
>>JP:AwCB<NEWL>̖n𑼐l̂ɂĂ͂܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=48> (0x7c7052L)
>>JP:͂mȂǂEEB<NEWL>Aƒq肳ĂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=49> (0x7c70a2L)
>>JP:ȂƁA̖߂ĂȂH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=50> (0x7c70d4L)
>>JP:NbI<NEWL>AMlI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=51> (0x7c70ecL)
>>JP:킩܂B<NEWL>̐E֖߂ꂽAqF߂܂傤B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=52> (0x7c712aL)
>>JP:ււI<NEWL>ˁI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=53> (0x7c7140L)
>>JP:ł͌̐Eւ̖߂Ă܂傤B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=54> (0x7c7178L)
>>JP:悵I<NEWL>邩悭ĂˁI<NWIN>܂͂āI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=55> (0x7c71b2L)
>>JP:́EEH<NEWL>̐E邼I<NEWL>o΂̂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=56> (0x7c71f2L)
>>JP:At₪āI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=57> (0x7c7212L)
>>JP:ƁA͂Ȃ񂾂ǁA̐E̖@Ă̂āAǂ炩P`[oȂ񂾁B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=58> (0x7c7276L)
>>JP:P`[H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=59> (0x7c7282L)
>>JP:B<NEWL>IComĂĂAAȂ񂾁B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=60> (0x7c72c6L)
>>JP:Ȃ񂹁AɗlȂĖőɂȂB<NEWL>ɔނ̓ICԂȂ݂EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=61> (0x7c7326L)
>>JP:EEEOtbU2<END>
>>EN:
>>EX:



::::[============================================]
<Entry=62> (0x7c7336L)
>>JP:EEEEzbU2<END>
>>EN:
>>EX:



::::[============================================]
<Entry=63> (0x7c7346L)
>>JP:b͕B<NEWL>ł́An߂悤ł͂ȂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=64> (0x7c737aL)
>>JP:}ȂA}ȂI<NEWL>܂͑\҂߂悤B<NWIN>\҂̎̔ւǂ蒅΁Ã`[̏ĎłB<NEWL>̑\҂͂AICB<NEWL>͒NH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=65> (0x7c7426L)
>>JP:AȂ̌܂Ă邶ȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=66> (0x7c744aL)
>>JP:񂾂A叫I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=67> (0x7c745cL)
>>JP:ςAEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=68> (0x7c7472L)
>>JP:ꂶA\҂<NAM><0>ˁH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=69> (0x7c7490L)
>>JP:<NEWL>E<NAM><0>Eouɂǂ蒅<NEWL>EwČj<NWIN>sk<NEWL>EwCEouɂǂ蒅<NEWL>E<NAM><0>̎S<END>
>>EN:
>>EX:



::::[============================================]
<Entry=70> (0x7c7500L)
>>JP:ł́A񂦂ȂAV̓wC̖Ă炤I<NWIN>K[fBÂ݂Ȃ`I<NEWL>v[YEJEqAI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=71> (0x7c7578L)
>>JP:pӂ͂ˁH<NWIN>ꂶAX^[gI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=72> (0x7c759eL)
>>JP:悵AT\I<NEWL>V͓G̑~߂sI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=73> (0x7c75ceL)
>>JP:bVI<NEWL>_͂̒j́H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=74> (0x7c75f0L)
>>JP:I<NEWL>͂̒j_bXI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=75> (0x7c761aL)
>>JP:wC͂܂S[ڎwbXI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=76> (0x7c7640L)
>>JP:撣ĂˁAAhI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=77> (0x7c7656L)
>>JP:bVI<NEWL>͂̒j__XI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=78> (0x7c7680L)
>>JP:wC͂܂S[ڎw_XI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=79> (0x7c76a6L)
>>JP:撣ĂˁAT\I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=80> (0x7c76beL)
>>JP:I<NEWL>IC̏I<NEWL>Ō̐EɋA邼I<NEWL>҂ĂĂˁAGEBI<NWIN>ƁA񑩂Ax͌N̐Eɗ܂񂾂I<NEWL>`ˁ`II<END>
>>EN:
>>EX:



::::[============================================]
<Entry=81> (0x7c775aL)
>>JP:܂ȂA݂ȁEEB<NEWL>͂ŗ܂킯ɂ͂Ȃ̂ɁEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=82> (0x7c77a2L)
>>JP:Ђ႟I<NEWL>ȂƐzꂿႤI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=83> (0x7c77d2L)
>>JP:͕Ȃ񂾁I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=84> (0x7c77eeL)
>>JP:ICāAȂ񂾁I<NWIN>ĂɃr_[ɒbꂽ킯ȂI<NEWL>IC̗͂ĂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=85> (0x7c7856L)
>>JP:ڎẃA̔B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=86> (0x7c786cL)
>>JP:΂ɕȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=87> (0x7c7884L)
>>JP:̂̓ICI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=88> (0x7c789cL)
>>JP:vI<NEWL>VT|[g邯̂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=89> (0x7c78c8L)
>>JP:񂾂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=90> (0x7c78d4L)
>>JP:wC̋w``I<NEWL>zɂ͕񂼁``I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=91> (0x7c790aL)
>>JP:₵ĂB<NEWL>ǂ܂H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=92> (0x7c793eL)
>>JP:Ê܂ܐHׂ<END>
>>EN:
>>EX:



::::[============================================]
<Entry=93> (0x7c7950L)
>>JP:EĂĂHׂ<END>
>>EN:
>>EX:



::::[============================================]
<Entry=94> (0x7c7964L)
>>JP:E΂ɐHׂȂ<END>
>>EN:
>>EX:



::::[============================================]
<Entry=95> (0x7c7976L)
>>JP:Ȃ񂾂͂킢Ă悤B<NWIN>@<NEWL>Q㏸I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=96> (0x7c79aeL)
>>JP:ĂĂ܂́A܂܂܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=97> (0x7c79d6L)
>>JP:ǂ畅肩悤B<NEWL>HׂȂėǂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=98> (0x7c7a10L)
>>JP:ُLAĂB<NEWL>HׂaCɂȂ邾낤B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=99> (0x7c7a50L)
>>JP:T^IȌ`́hłhĂB<NEWL>ǂ܂H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=100> (0x7c7a86L)
>>JP:EHׂȂ<END>
>>EN:
>>EX:



::::[============================================]
<Entry=101> (0x7c7a9cL)
>>JP:EǐHׂ<END>
>>EN:
>>EX:



::::[============================================]
<Entry=102> (0x7c7ab0L)
>>JP:Eł͌I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=103> (0x7c7ac4L)
>>JP:ł͌ԂɕĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=104> (0x7c7ae6L)
>>JP:łȂ̂ŁAdB<NEWL>łA񂴂EEB<NEWL>ǁEEEEB<NWIN>@<NEWL>h͂Q㏸I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=105> (0x7c7b54L)
>>JP:疳܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=106> (0x7c7b6eL)
>>JP:ł񂪕ĂB<NEWL>ߊŕ@Ȃ肻B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=107> (0x7c7bacL)
>>JP:H<NEWL>̋̂悤ȋ̂́H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=108> (0x7c7bceL)
>>JP:͐^̋́B<NEWL>̐̐^`镨EEB<NEWL>ĂȂĂʂɍȂA<NEWL>ĂĂQɂ͂Ȃ܂B<NWIN>ǂłH<NEWL>EĂ䂫܂񂩁H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=109> (0x7c7c68L)
>>JP:͍DSAEčsI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=110> (0x7c7c8eL)
>>JP:ł͎͂Ȃɐ^`邽߁A͂~܂B<NEWL>xƘb܂񂪁AYȂłˁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=111> (0x7c7cf0L)
>>JP:͒m肷͂ȂB<NEWL>]āAOȂǂȂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=112> (0x7c7d26L)
>>JP:łEEB<NEWL>Ă܂AȂgȂ̂łEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=113> (0x7c7d74L)
>>JP:זI<NEWL>I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=114> (0x7c7d8cL)
>>JP:<VOC><259>݂ȁA܂ȂEEE<END>
>>EN:<VOC><259>
>>EX:



::::[============================================]
<Entry=115> (0x7c7da8L)
>>JP:tbB<NEWL>̏ȀI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=116> (0x7c7dceL)
>>JP:<VOC><260>NbI<NEWL>̎|Ƃ́EEEB<END>
>>EN:<VOC><260>
>>EX:



::::[============================================]
<Entry=117> (0x7c7df4L)
>>JP:I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=118> (0x7c7e00L)
>>JP:<VOC><261>叫A͗񂾂EE<END>
>>EN:<VOC><261>
>>EX:



::::[============================================]
<Entry=119> (0x7c7e1cL)
>>JP:߂ȂˁB<NEWL>킽BA˂΂Ȃ܂́B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=120> (0x7c7e52L)
>>JP:āA͂䂸ȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=121> (0x7c7e74L)
>>JP:<VOC><262>EEE<NEWL>ȁEE<NEWL>łEEE<END>
>>EN:<VOC><262>
>>EX:



::::[============================================]
<Entry=122> (0x7c7e9cL)
>>JP:<VOC><263>vAVFt@j[H<NEWL>ɉI<END>
>>EN:<VOC><263>
>>EX:



::::[============================================]
<Entry=123> (0x7c7ed4L)
>>JP:EE<VOC><264>͂B<NEWL>́EEE<NEWL>΂ĉˁEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=124> (0x7c7f0aL)
>>JP:<VOC><265>PI<NEWL>͂̃bL[߂ɂCI<END>
>>EN:<VOC><265>
>>EX:



::::[============================================]
<Entry=125> (0x7c7f34L)
>>JP:<VOC><266>bL[EE<END>
>>EN:<VOC><266>
>>EX:



::::[============================================]
<Entry=126> (0x7c7f4aL)
>>JP:ȏi܂ȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=127> (0x7c7f62L)
>>JP:NāAVF[ɎĂˁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=128> (0x7c7f82L)
>>JP:N\H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=129> (0x7c7f8cL)
>>JP:͂́EEB<NEWL>ς莞EႤ񂾂ˁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=130> (0x7c7fbcL)
>>JP:āA܂ȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=131> (0x7c7fd8L)
>>JP:<VOC><267>̂܂܂EE<END>
>>EN:<VOC><267>
>>EX:



::::[============================================]
<Entry=132> (0x7c7feeL)
>>JP:<VOC><268>AWFiI<NEWL>͉BɔCđցI<END>
>>EN:<VOC><268>
>>EX:



::::[============================================]
<Entry=133> (0x7c8022L)
>>JP:<VOC><269>肪ƂB<NEWL>Ă炤EE<END>
>>EN:<VOC><269>
>>EX:



::::[============================================]
<Entry=134> (0x7c804cL)
>>JP:o債ĂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=135> (0x7c8060L)
>>JP:ƌāAƂȂz͂Ȃ񂾂ˁI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=136> (0x7c8092L)
>>JP:<VOC><270>͂EEȂEE<END>
>>EN:<VOC><270>
>>EX:



::::[============================================]
<Entry=137> (0x7c80acL)
>>JP:<VOC><271>ZiI<NEWL>͉ɔCĉI<END>
>>EN:<VOC><271>
>>EX:



::::[============================================]
<Entry=138> (0x7c80daL)
>>JP:EE<NAM><0>EE<NEWL><VOC><272>肪ƂEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=139> (0x7c80fcL)
>>JP:܂ȂAX͕킯ɂ͂Ȃ̂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=140> (0x7c812cL)
>>JP:˂A˂I<NEWL>IɎĂĂłI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=141> (0x7c815eL)
>>JP:IEEH<NEWL>NA̒j́H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=142> (0x7c817eL)
>>JP:ƁA܂A퓬A퓬I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=143> (0x7c8196L)
>>JP:<VOC><273>Ⴆ̌܂悤ƂEEA<NEWL>͈킯ɁEE<END>
>>EN:<VOC><273>
>>EX:



::::[============================================]
<Entry=144> (0x7c81ceL)
>>JP:<VOC><274>tH[hAA񂾁I<NEWL>ԂMI<END>
>>EN:<VOC><274>
>>EX:



::::[============================================]
<Entry=145> (0x7c820aL)
>>JP:<VOC><275>ԂEEB<NEWL>킩B<NEWL>C邼EE<END>
>>EN:<VOC><275>
>>EX:



::::[============================================]
<Entry=146> (0x7c8236L)
>>JP:܂AwCB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=147> (0x7c824cL)
>>JP:ICāAȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=148> (0x7c8268L)
>>JP:<VOC><276>EłB<NEWL>։点ĉEEB<END>
>>EN:<VOC><276>
>>EX:



::::[============================================]
<Entry=149> (0x7c829aL)
>>JP:<VOC><277>ȂɁASzȂĂB<NEWL>͉ɔCƂȁI<END>
>>EN:<VOC><277>
>>EX:



::::[============================================]
<Entry=150> (0x7c82d2L)
>>JP:<VOC><278>݂܂EEB<END>
>>EN:<VOC><278>
>>EX:



::::[============================================]
<Entry=151> (0x7c82e8L)
>>JP:I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=152> (0x7c82f4L)
>>JP:邩I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=153> (0x7c8300L)
>>JP:IC͌̐E֋A񂾁I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=154> (0x7c831eL)
>>JP:AAȂႢȂ񂾁I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=155> (0x7c8348L)
>>JP:̓VˏNm̃wClɏĂ邩ȁIH<END>
>>EN:
>>EX:



::::[============================================]
<Entry=156> (0x7c8376L)
>>JP:AȁEE<NEWL>ICA܂ŕ炳ȂȂȂ̂EE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=157> (0x7c83b6L)
>>JP:ƁI<NEWL>wCꂽIH<NWIN>Ȃ琥ł̘A𓦂ʂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=158> (0x7c8406L)
>>JP:IH<NEWL>wCꂽH<NWIN>Ȃ<NAM><0>|ȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=159> (0x7c8444L)
>>JP:AAAjL[bI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=160> (0x7c8458L)
>>JP:悭AAhI<NEWL>R`NVEA邳񂼂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=161> (0x7c848cL)
>>JP:EEA<NEWL>EE_I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=162> (0x7c84aaL)
>>JP:mn``I<NEWL>T\I<NEWL>OA邳_XI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=163> (0x7c84daL)
>>JP:킟I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=164> (0x7c84e6L)
>>JP:킟I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=165> (0x7c84f2L)
>>JP:ႠI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=166> (0x7c84feL)
>>JP:_F``I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=167> (0x7c850cL)
>>JP:EEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=168> (0x7c851aL)
>>JP:I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=169> (0x7c8524L)
>>JP:EEOnbI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=170> (0x7c8532L)
>>JP:ЂႠI<NEWL>BSł悧U3<END>
>>EN:
>>EX:



::::[============================================]
<Entry=171> (0x7c855aL)
>>JP:SB<NEWL>VI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=172> (0x7c8574L)
>>JP:ύXI<NEWL>wE<NAM><0>Eouɂǂ蒅<NEWL>EG̑SŁx<END>
>>EN:
>>EX:



::::[============================================]
<Entry=173> (0x7c85b2L)
>>JP:E<NAM><0>Eouɂǂ蒅<NEWL>EG̑S<END>
>>EN:
>>EX:



::::[============================================]
<Entry=174> (0x7c85dcL)
>>JP:NbI<NEWL>ƉI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=175> (0x7c85f0L)
>>JP:AAXXƂm˂悤ȁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=176> (0x7c861eL)
>>JP:ǂĂȂ肾ȁEEB<NEWL>Ȃ΁EEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=177> (0x7c8654L)
>>JP:E݂ȁAI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=178> (0x7c866aL)
>>JP:E邵Ȃ悤ȁI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=179> (0x7c8684L)
>>JP:EOBSłĂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=180> (0x7c86a0L)
>>JP:EȂI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=181> (0x7c86b4L)
>>JP:AA叫B<NEWL>EEAmɂEEB<NEWL>Ă񂪂񂶂˂H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=182> (0x7c8718L)
>>JP:d܂ˁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=183> (0x7c872eL)
>>JP:<NAM><0>EEB<NEWL>ÂYĂ͂܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=184> (0x7c875aL)
>>JP:łƂAZI<NEWL>X{CƌƂvm点Ă܂傤I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=185> (0x7c87a4L)
>>JP:܂AȏŎԂĂɂ͂Ȃƌ̂ɁEEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=186> (0x7c87e2L)
>>JP:悵AI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=187> (0x7c87f4L)
>>JP:<EVN><3><EVN><3><EVN><4><EVN><4><EVN><5><EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=188> (0x7c87f6L)
>>JP:<EVN><3><EVN><4><EVN><4><EVN><5><EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=189> (0x7c87f8L)
>>JP:<EVN><4><EVN><4><EVN><5><EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=190> (0x7c87faL)
>>JP:<EVN><4><EVN><5><EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=191> (0x7c87fcL)
>>JP:<EVN><5><EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=192> (0x7c87feL)
>>JP:<EVN><5><EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=193> (0x7c8800L)
>>JP:<EVN><6><EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=194> (0x7c8802L)
>>JP:<EVN><6>낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=195> (0x7c8804L)
>>JP:낻sB<NEWL>ԎԂoĂ܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=196> (0x7c8836L)
>>JP:<EVN><7><EVN><7>O̐E֕Ԃ킯ɂ͂̂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=197> (0x7c8838L)
>>JP:<EVN><7>O̐E֕Ԃ킯ɂ͂̂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=198> (0x7c883aL)
>>JP:O̐E֕Ԃ킯ɂ͂̂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=199> (0x7c8866L)
>>JP:قI<NEWL>͐΂Ɍ̐E֖߂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=200> (0x7c888eL)
>>JP:Oɐ^̒jƂzĂ낤I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=201> (0x7c88b8L)
>>JP:΂ɓ񂼂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=202> (0x7c88ceL)
>>JP:ƂI<NEWL>̔]XؓYI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=203> (0x7c88f6L)
>>JP:mAmI@cOႪAVɔ]X͂ȂI<NEWL>قA̒̂Ă݂邩H<END>
>>EN:
>>EX:



::::[============================================]
<Entry=204> (0x7c894eL)
>>JP:ȁAI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=205> (0x7c8966L)
>>JP:ƌ̐E֋AƎv̂ɁEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=206> (0x7c898eL)
>>JP:wCEEB<NEWL>߂ȂŉB<NWIN>AȂ̐E֋AĂꂽA̎͒qĂ܂傤B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=207> (0x7c8a0cL)
>>JP:فA{EEH<NEWL>悤A΂ɂAĂ݂邩ˁI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=208> (0x7c8a48L)
>>JP:҂Ă܂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=209> (0x7c8a5aL)
>>JP:ȁB<NEWL>ƂĂMUẗs~߂˂΂ȂʁB<END>
>>EN:
>>EX:





</pre>